net.netFD.Close (method, view implemented interface methods)
14 uses
net (current package)
fd_posix.go#L44: runtime.SetFinalizer(fd, (*netFD).Close)
fd_posix.go#L47: func (fd *netFD) Close() error {
fd_unix.go#L163: netfd.Close()
file_posix.go#L52: fd.Close()
file_posix.go#L74: fd.Close()
file_posix.go#L89: fd.Close()
file_posix.go#L106: fd.Close()
net.go#L220: err := c.fd.Close()
sock_posix.go#L58: fd.Close()
sock_posix.go#L64: fd.Close()
sock_posix.go#L71: fd.Close()
tcpsock_posix.go#L113: fd.Close()
tcpsock_posix.go#L167: return ln.fd.Close()
unixsock_posix.go#L196: return ln.fd.Close()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |